conditional compilation
英 [kənˈdɪʃənl ˌkɒmpɪˈleɪʃn]
美 [kənˈdɪʃənl ˌkɑːmpɪˈleɪʃn]
网络 条件编译; 条件式编译; 前提编译
双语例句
- Conditional compilation directives and variables cannot be used in the debugger
条件编译指令和变量不能用在调试器中 - A preprocessing step performs macro substitution on program text, inclusion of other source files, and conditional compilation.
预处理的步骤执行宏带入程序代码,包含在其他源文件中,并且有条件的进行编译。 - Directives to the output, at the beginning and end of each included file and around lines removed by preprocessor directives for conditional compilation.
指令添加到输出中,位于每个包含文件的开头和结尾以及被条件编译预处理器指令移除的行的周围。 - Note: If you do not enable this conditional compilation flag, you will get the release version of the driver object that will be used in the target environment.
注:如果我们没有启用这个条件编译标志,那么就可以得到一个可以在目标环境中使用的驱动程序对象文件。 - You can use conditional compilation to select particular sections of code to compile, while excluding other sections.
可以使用条件编译选择特定的代码节进行编译,而排除其他代码节。 - Use the project settings for defining conditional compilation constants.
使用项目设置定义条件编译常量。 - These portions of the code ( kernel thread registration and destroy) will again be in the# define INTR_SIMULATION conditional compilation.
这部分代码(内核线程的注册和销毁)也要放到defineINTRSIMULATION条件编译代码段中。 - To achieve this mapping, you may include conditional compilation# ifdef in places where you access the registers.
要实现这种映射,在访问这些寄存器中的地方可以使用条件编译ifdef语句。 - Do not use multiline comments within the conditional compilation blocks since engines that do not support conditional compilation may misinterpret them.
不要在条件编译块中使用多行注释,因为不支持条件编译的引擎可能会对其作出错误解释。
